home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / swish.11 / src / check.h < prev    next >
Text File  |  1995-03-11  |  246b  |  14 lines

  1. /*
  2. ** Copyright (C) 1995, Enterprise Integration Technologies Corp.        
  3. ** All Rights Reserved.
  4. ** Kevin Hughes, kevinh@eit.com 
  5. ** 3/11/94
  6. */
  7.  
  8. int isoksuffix();
  9. int isoktitle();
  10. int isokword();
  11. int isvowel();
  12. int hasokchars();
  13. int ishtml();
  14.